Trivial whitespace fix
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 Dec 2012 02:30:22 +0000 (21:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 Dec 2012 02:30:40 +0000 (21:30 -0500)
gtk/gtktreeselection.c

index cd00a755a9d7bb9da12386944378fe81d4d2a0a7..ec40a1b27d5a11fc233f41fad74ae68cfefd798d 100644 (file)
@@ -54,7 +54,7 @@
  *
  * One of the important things to remember when monitoring the selection of
  * a view is that the #GtkTreeSelection::changed signal is mostly a hint.
- * That is,it may only emit one signal when a range of rows is selected.
+ * That is, it may only emit one signal when a range of rows is selected.
  * Additionally, it may on occasion emit a #GtkTreeSelection::changed signal
  * when nothing has happened (mostly as a result of programmers calling
  * select_row on an already selected row).